home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
funnyquest.swf
/
scripts
/
DefineButton2_289
/
BUTTONCONDACTION on(keyPress 3).as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-10-01
|
223 b
|
12 lines
on(keyPress "3"){
if(gameMode eq "pause")
{
removeMovieClip("msg_mc");
call("/:removeCell");
bg_sound.stop();
dataMode = 2;
gotoAndStop("rank");
gameMode = "end";
}
}